Downloading 1 requests, up to 2857 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:00:54 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x56369c83bee0>), :
cannot open the connection
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x563694183ac0>), :
cannot open the connection
Downloading 1 requests, up to 1538 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:00 UTC
Downloading 1 requests, up to 833 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:03 UTC
Downloading 1 requests, up to 1250 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:05 UTC
Downloading 1 requests, up to 11111 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:07 UTC
Downloading 1 requests, up to 396 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:10 UTC
Downloading 1 requests, up to 757 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:12 UTC
Downloading 1 requests, up to 4166 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:15 UTC
Downloading 1 requests, up to 757 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:16 UTC
Downloading 1 requests, up to 16666 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:19 UTC
Downloading 1 requests, up to 277 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:22 UTC
Downloading 1 requests, up to 1250 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:24 UTC
Downloading 1 requests, up to 3333 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:26 UTC
Downloading 1 requests, up to 1041 time slices each
Fetching request 1 of 1 (2025-06-09 to 2025-06-09) ~ 00:01:28 UTC
Warning: There were 2 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacwSMOSsss3day.csvp?altitude': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 1 remaining warning.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()